create Effect
Create a new effect block, fails if type is unknown or not a valid effect block type.
Return
the created effects handle.
Parameters
type
the type id of the effect.
Deprecated
Use type safe overload instead.
Replace with
this.createEffect(EffectType.)Content copied to clipboard
Create a new effect block, fails if type is unknown or not a valid effect block type.
Return
the created effects handle.
Parameters
type
the type id of the effect.